type github.com/golang/mock/gomock.nopTestHelper

8 uses

	github.com/golang/mock/gomock (current package)
		controller.go#L130: 		h = &nopTestHelper{t}
		controller.go#L168: 		h = &nopTestHelper{t: t}
		controller.go#L175: type nopTestHelper struct {
		controller.go#L179: func (h *nopTestHelper) Errorf(format string, args ...interface{}) {
		controller.go#L182: func (h *nopTestHelper) Fatalf(format string, args ...interface{}) {
		controller.go#L186: func (h nopTestHelper) Helper() {}
		controller.go#L327: 		if h, check := tr.(*nopTestHelper); check {
		controller.go#L330: 	case *nopTestHelper: